|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Application
This defines the interface that represents an applet method accessible through the OPEN to the application's associated Security Domain. This interface must be implemented by the Applet class that will use the additional functionality allowing a Security Domain to pass data to the applet.
| Method Summary | |
|---|---|
void |
processData(byte[] baBuffer,
short sOffset,
short sLength)
This method processes application specific data received from another entity on the card. |
| Method Detail |
|---|
void processData(byte[] baBuffer,
short sOffset,
short sLength)
Notes:
CLEAR_ON_DESELECT when creating transient arrays.
ISOException the JavaCard runtime environment sends
the associated reason code as the response status instead.
If the Exception thrown does not extends ISOException the reason code us ISO7816.SW_UNKNOWN.
The personalization session remains open.
baBuffer - the source byte array containing the data expected by the applet. This buffer must be global.sOffset - starting offset of data within source byte array.sLength - length of data.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||